home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / plugins / postproc / fog / r3fog.js next >
Encoding:
Text File  |  2005-04-04  |  458 b   |  17 lines

  1.  
  2. // This JavaScript file was autogenerated from inc/plugins/postproc/fog/r3fog.h
  3. // Do not modify by hand
  4. // Copyrights 2001, Realsoft Graphics, Finland
  5.  
  6. include("real/raytr/r3postpr.js")
  7. var R3CLID_FOGRENDER = 842;
  8. function r3Fogrender () { 
  9.    this.base = r3God;
  10.    if(arguments.length) {
  11.       this.base(R3CLID_FOGRENDER, arguments);
  12.    }
  13.    // Attributes
  14. }
  15.  
  16. r3Fogrender.prototype=new r3Postprocessor;
  17. // inc/plugins/postproc/fog/r3fog.h_H